`POST /v1/me/subs` — create (or re-activate) an alert subscription for an asset at a bps threshold. Idempotent on (asset, threshold, channel).
POST
`POST /v1/me/subs` — create (or re-activate) an alert subscription for an
asset at a bps threshold. Idempotent on (asset, threshold, channel).
Authorizations
Session JWT issued by POST /v1/auth/telegram (Telegram Login Widget) or POST /v1/auth/magic/consume. Send as Authorization: Bearer <jwt>.
Previous
Soft-delete by default; hard-delete with `?hard=true`. When `?only_id=N`
is supplied, scopes to a single row (used by the web console where the UI
knows which specific row the user clicked). Without `only_id`, all rows
for this user+asset are affected (mirrors `/unsubscribe <asset>` in bot).
Next
`POST /v1/me/subs` — create (or re-activate) an alert subscription for an
asset at a bps threshold. Idempotent on (asset, threshold, channel).